DataSource for Entity Framework in WPF
C1.LiveLinq.Listeners Namespace / PropertyChangeListener<T> Class
Methods Events


In This Topic
    PropertyChangeListener<T> Class Members
    In This Topic

    The following tables list the members exposed by PropertyChangeListener<T>.

    Public Methods
     NameDescription
    Public MethodStop listening to all, don't listen to any objects.  
    Public Methodstatic (Shared in Visual Basic)Creates the default listener used by LiveLinq to listen to property change notifications in objects of type T.  
    Public MethodGets the list of property names for which change notifications are supported.  
    Public MethodStart listening to property changes in a particular object.  
    Public MethodStop listening to property changes in a particular object.  
    Top
    Public Events
     NameDescription
    Public EventOccurs after a property has changed its value.  
    Top
    See Also